Skip to content

Commit

Permalink
EPMRPP-76241 || updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ble committed Apr 4, 2022
1 parent 744e508 commit 42212c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/common/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export const URLS = {
appInfo: () => `${compositeBase}info`,

plugin: () => `${urlBase}plugin`,
pluginPublic: () => `${urlBase}getPlugins`,
pluginPublic: () => `${urlBase}plugin/public`,
pluginUpdate: (pluginId) => `${urlBase}plugin/${pluginId}`,
pluginFile: (pluginName, fileKey) => `${urlBase}plugin/${pluginName}/file/${fileKey}`,
pluginPublicFile: (pluginName, fileKey) =>
Expand Down

0 comments on commit 42212c1

Please sign in to comment.