Skip to content

Commit

Permalink
url base as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Jun 21, 2024
1 parent 316124f commit c15b3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub const ENV: Env = Env {
};

pub const ENDPOINT: Endpoint = Endpoint {
base: "127.0.0.1:8080",
base: dotenv!("URL_BASE"),
github: "/api/github",
lastfm: "/api/lastfm",
letterboxd: "/api/letterboxd",
Expand Down

0 comments on commit c15b3a2

Please sign in to comment.