Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonorio committed Jul 26, 2017
1 parent 352e235 commit b84d10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
MAIN_PACKAGE = 'restapi'
BACKEND_PACKAGE = MAIN_PACKAGE # package inside rapydo-http
CUSTOM_PACKAGE = os.environ.get('VANILLA_PACKAGE', 'custom')
CORE_CONFIG_PATH = os.path.join(BACKEND_PACKAGE, 'confs')
CORE_CONFIG_PATH = os.path.join(BACKEND_PACKAGE, CONF_PATH)
ENDPOINTS_CODE_DIR = 'apis'

0 comments on commit b84d10d

Please sign in to comment.