Logo
Explore Help
Sign In
OpenWF/SpaceNinjaServer
17
19
Fork 22
You've already forked SpaceNinjaServer
Code Issues 32 Pull Requests 6 Actions Packages Projects Releases Activity
SpaceNinjaServer/src/controllers/dynamic/worldStateController.ts

7 lines
253 B
TypeScript
Raw Normal View History

Initial commit
2023-05-19 15:22:48 -03:00
import { RequestHandler } from "express";
chore: split worldState stuff into types & service (#1548) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1548 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-10 12:54:48 -07:00
import { getWorldState } from "@/src/services/worldStateService";
Initial commit
2023-05-19 15:22:48 -03:00
feat: dynamically cycle ESO, holdfast bounties, hex bounties, & circuit choices (#643)
2024-12-28 18:30:43 +01:00
export const worldStateController: RequestHandler = (req, res) => {
chore: split worldState stuff into types & service (#1548) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1548 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-10 12:54:48 -07:00
res.json(getWorldState(req.query.buildLabel as string | undefined));
feat: nightwave challenge rotation (#1317) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1317
2025-03-25 06:38:30 -07:00
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 742ms Template: 20ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API