Skip to content

Commit

Permalink
refactor: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothemerson committed Jan 27, 2024
1 parent 35ebaaf commit 19de7c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios from "https://cdn.jsdelivr.net/npm/axios@1.3.5/+esm"
import axios from "https://cdn.jsdelivr.net/npm/axios@1.3.5/+esm";

export const server = axios.create({
baseURL: "http://localhost:3333",
})
baseURL: "http://localhost:3333",
});

0 comments on commit 19de7c3

Please sign in to comment.