Skip to content

Commit

Permalink
feat: changed react version from latest to static
Browse files Browse the repository at this point in the history
  • Loading branch information
TakSeBiegam committed Jan 22, 2025
1 parent 5debd69 commit b9e1bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/handlers/graphiql.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ var graphiql = []byte(`<html>
<script
crossorigin
src="https://unpkg.com/react/umd/react.production.min.js"
src="https://unpkg.com/react@18.0.0/umd/react.production.min.js"
></script>
<script
crossorigin
src="https://unpkg.com/react-dom/umd/react-dom.production.min.js"
src="https://unpkg.com/react-dom@18.0.0/umd/react-dom.production.min.js"
></script>
<script
crossorigin
Expand Down

0 comments on commit b9e1bc4

Please sign in to comment.