Skip to content

Commit

Permalink
added static ping page
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Dec 5, 2024
1 parent 09b522a commit ef19986
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/admin/ping/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export const dynamic = 'force-static';

const Ping = () => {
return (<body><span>Pong!</span></body>);
}

export default Ping;

0 comments on commit ef19986

Please sign in to comment.