Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa committed Feb 7, 2025
1 parent 9a05350 commit 9a6eb08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/api/ccip/v1/docs.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import type { APIRoute } from "astro"
import { successHeaders } from "../utils"

export const prerender = false

export const GET: APIRoute = async () => {
const html = `
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CCIP Chains API Documentation</title>
<title>CCIP Chains API</title>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected]/swagger-ui.css" />
<style>
body {
Expand Down

0 comments on commit 9a6eb08

Please sign in to comment.