Skip to content

Commit

Permalink
chore: changed models route to ai-models
Browse files Browse the repository at this point in the history
  • Loading branch information
jeafreezy committed Nov 21, 2024
1 parent 5a79447 commit a986c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { StyleSpecification } from "maplibre-gl";
* The navigation routes for the application. This object controls the name of the path. i.e /<pathname>
*/

export const MODELS_BASE = "/models";
export const MODELS_BASE = "/ai-models";

export const MODELS_ROUTES = {
// Creation Routes
Expand Down

0 comments on commit a986c37

Please sign in to comment.