Skip to content

Commit

Permalink
fix: update default api root path
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Sep 12, 2024
1 parent 54a9066 commit 210189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const DEFAULT_ENV = "dev";
export const DEFAULT_APP_ADDRESS = "0.0.0.0";
export const DEFAULT_APP_PORT = 5002;
export const DEFAULT_MAX_CONTENT_LENGTH = 1000;
export const DEFAULT_API_ROOT_PATH = "api/v21";
export const DEFAULT_API_ROOT_PATH = "/api/v21";
export const DEFAULT_API_ROOT_TITLE = "MITRE ATT&CK TAXII 2.1";
export const DEFAULT_API_ROOT_DESCRIPTION =
"This API Root contains TAXII 2.1 REST API endpoints that serve MITRE ATT&CK STIX 2.1 data";
Expand Down

0 comments on commit 210189e

Please sign in to comment.