Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96aa886

Browse files
nitishk72stubailo
authored andcommitted
removing extra \n (graphql#591)
1 parente71eb6d commit96aa886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎site/code/index.html.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ $resolvers = [
335335
];
336336
$schema = Graphql\schema($typeDefs, $resolvers);
337337
338-
echo "Server running at http://127.0.0.1:8080\n";
338+
echo "Server running at http://127.0.0.1:8080";
339+
339340
Http\server(Graphql\psr7($schema), function (\Throwable $err) {
340341
var_dump($err);
341342
return Diactoros\json([

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp