Compare commits
No commits in common. "15b90ceed786347ef24a54a6af591c80c737487f" and "8b1d1c7f7e5a3b195cf79d026790547d2ef1f25d" have entirely different histories.
15b90ceed7
...
8b1d1c7f7e
3 changed files with 6 additions and 3 deletions
|
|
@ -1 +1,4 @@
|
|||
curl -X POST "https://forgejo-olymp.duckdns.org/api/v1/user/repos" H "Content-Type: application/json" H "Authorization: token f98559994ee6cc839efa2f8ba0aae66fb5efe3c3" -d '{"name": "portal-app", "private": false}'
|
||||
curl -X POST "https://forgejo-olymp.duckdns.org/api/v1/user/repos" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: token f98559994ee6cc839efa2f8ba0aae66fb5efe3c3" \
|
||||
-d '{"name": "portal-app", "private": false}'
|
||||
|
|
@ -3,7 +3,7 @@ import * as React from 'react'
|
|||
const App: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<h1>Novo teste de PR 11</h1>
|
||||
<h1>Hello</h1>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
font-weight: 400;
|
||||
|
||||
color-scheme: light dark;
|
||||
color: rgba(10, 27, 179, 0.87);
|
||||
color: rgba(188, 82, 197, 0.87);
|
||||
background-color: #242424;
|
||||
|
||||
font-synthesis: none;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue