25.12.0-alpha.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import express from "express";
|
||||
const WeatherUeuse = express.Router();
|
||||
|
||||
import { weatherNotice } from "../../scripts/weatherNotice.js";
|
||||
import { weatherNotice } from "@/scripts/weatherNotice";
|
||||
|
||||
WeatherUeuse.post("/actions/weather", (req, res) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user