feat: initial Olympus deployment and database migrations
This commit is contained in:
parent
70fd9a7f28
commit
6656a8782c
12 changed files with 69 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import axios from "axios";
|
||||
|
||||
export const api = axios.create({
|
||||
baseURL: "http://127.0.0.1:8000",
|
||||
baseURL: "http://localhost:8000",
|
||||
});
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
allowedDevOrigins: ["127.0.0.1"],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
export default nextConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue